Skip to content

Conversation

@benflexcompute
Copy link
Collaborator

@benflexcompute benflexcompute commented Feb 12, 2026

Note

Medium Risk
CI now relies on AWS CodeArtifact credentials to resolve a new private dependency, so misconfigured secrets or token/auth issues could break installs/tests and the publish pipeline.

Overview
Adds a composite GitHub Action (.github/actions/setup-codeartifact-poetry-auth) that configures AWS credentials, fetches a CodeArtifact auth token, and exports Poetry HTTP-basic env vars.

Updates codestyle.yml, test.yml, and pypi-publish.yml to require/inherit CodeArtifact secrets and run this setup step before poetry install, enabling installs that depend on CodeArtifact-hosted packages.

Extends pyproject.toml/poetry.lock to add an explicit codeartifact Poetry source and a new runtime dependency on flow360-schemas from that source, with a small test ensuring flow360_schemas is importable.

Written by Cursor Bugbot for commit c39501e. This will update automatically on new commits. Configure here.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9fb87ae3a6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@benflexcompute benflexcompute changed the title [WIP] Schema Migration feat(): Setup CodeArtifact Feb 12, 2026
@benflexcompute benflexcompute changed the base branch from main to BenY/SchemaMigration February 12, 2026 16:20
@benflexcompute benflexcompute changed the base branch from BenY/SchemaMigration to BenY/CentralizedSchema February 12, 2026 16:20
@benflexcompute benflexcompute merged commit 7ead479 into BenY/CentralizedSchema Feb 12, 2026
11 of 21 checks passed
@benflexcompute benflexcompute deleted the BenY/BaseModelMigration branch February 12, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant